.productbg {
    margin: 40px auto;
}


.about {
    background-color: #168301;
    padding: 50px 0;
}

.aboutTitle {
    padding: 20px 0;
    text-align: center;
    color: #FFFFFF;
}

.aboutTitle b {
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: bold;
}

.aboutLeft {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.aboutLeft a {
    margin: 30px 0;
}

.abouText {
    height: 240px;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.abouText * {
    line-height: 30px !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
}

.aboutLeft>a {
    width: 30%;
    display: block;
    line-height: 40px;
    border-radius: 30px;
    background-color: #99cc33;
    text-align: center;
    color: #FFFFFF;
    float: right;
    margin-right: 30px;
}

.aboutLeft>a:hover {
    background-color: #1ba700 !important;
}

.aboutRight {
    float: right;
    color: #FFFFFF;
    width: 50%;
    text-align: center;
    margin-top: 20px;
}

.aboutRight>ul {
    margin-left: 20px;
}

.aboutRight>ul>li {
    width: 21%;
    float: left;
    margin: 0 10px;
}

.abouTextImg {
    width: 40px;
    height: 58px;
    overflow: hidden;
    margin: 10px auto;
}

.aboutRight>ul>li img {
    width: 100%;
}

.aboutRight>ul>li h2 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
}

.aboutRight>ul>li h3 {
    height: 1px;
    width: 60%;
    margin: 20px auto;
    background-color: #FFFFFF;

}

.aboutRight>ul>li p {
    font-size: 13px;
    line-height: 28px;
}

.promise {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promiseLeft {
    float: left;
    width: 254px;
    overflow: hidden;
}

.promiseLeft>img {
    width: 100%;
}

.promiseLeftTitle {
    background-color: #116b00;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.promiseLeftTitle>h1 {
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
}

.promiseLeftTitle>h2 {
    font-size: 16px;
}

.promiseRight {
    width: 946px;
    float: right;
}

.promiseBox {
    margin-left: 26px;
    margin-top: 30px;
}

.promiseBox li {
    width: 220px;
    margin-left: 10px;
    text-align: center;
    float: left;
}

.promiseImg {
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
    overflow: hidden;
    background-color: #168301;
    border-radius: 40px;
}

.promiseImg img {
    width: 40%;
    margin: 20px auto 0;
    display: block;
}

.promiseBox>li h2 {
    font-size: 16px;
    line-height: 60px;
}

.promiseBox>li h3 {
    height: 1px;
    width: 40%;
    margin: 0 auto;
    background-color: #116900;
}

.promiseBox>li p {
    margin: 24px 20px 30px;
    font-size: 14px;
    color: #898989;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.promiseBox>li a {
    width: 70%;
    line-height: 42px;
    border-radius: 30px;
    margin: 0 auto;
    color: #168301;
    display: block;
    border: 1px solid #168301;
}

.promiseBox>li a:hover {
    background-color: #168301;
    color: #FFFFFF;
}

.news>div {
    width: 50%;
}

.newsLeft {
    float: left;
}

.newsLeft ul {
    margin-right: 16px;
}

.newsRight {
    float: right;
}

.newsRight ul {
    margin-left: 16px;
}

.newsBox {
    padding-left: 20px;
    display: block;
}

.time {
    float: left;
    width: 18%;
    text-align: center;
    background-color: #e5e5e5;
    padding-top: 20px;
    padding-bottom: 10px;
}

.day {
    font-size: 30px;
    line-height: 30px;
    color: #606060;
}

.yearmonth {
    line-height: 30px;
    color: #787878;
    font-size: 14px;
}

.news {
    margin: 30px auto;
}

.newsBox>div {
    float: right;
    width: 80%;
}

.newsbg ul li {
    border-bottom: 1px dashed #dedede;
    padding: 20px 0;
}

.newsText h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #2a2a2a;
}

.newsText p {
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.newsbg>ul li a:hover .newsText h1 {
    color: #168301;
}

.newsbg>ul li a:hover .time {
    background-color: #168301;
}

.newsbg>ul li a:hover .day {
    color: #FFFFFF;
}

.newsbg>ul li a:hover .yearmonth {
    color: #FFFFFF;
}

.newsTitle {
    color: #505050 !important;
}